CGI.getVal

Get the value for the cgi variable for the passed in name

return a string with the cgi variables value.

  1. string getVal(string name)
    class CGI
    string
    getVal
    (
    string name
    )
  2. string getVal(string name, int index)

Meta